home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / image / mufus54d.zip / NET14.DOC < prev    next >
Text File  |  1993-08-09  |  1KB  |  45 lines

  1. NET14 is a utility that redirects serial output onto a TCP/IP network.
  2.  
  3.  
  4. Command Line 
  5. net14 -h <filename> <program-name> [program options]
  6.  
  7.  
  8. Full Description
  9.  
  10. net14 is a utility to allow programs which use interrupt 14h to output 
  11. serial information to output that information onto a TCP/IP network. 
  12. Thus, you could use this utility to re-direct the output from mufusion 
  13. onto a TCP/IP network through an ethernet card.
  14.  
  15.  
  16. Usage
  17.  
  18. The net14 program acts as a shell in which you can execute another 
  19. program. net14 first initializes the network and reads in the config.tel 
  20. file, then transfers control to the program specified on the command 
  21. line. For example, the following line starts net14, specifies a location 
  22. for the config.tel file, and fires up mufusion (int14 version):
  23.  
  24. net14 -h c:\ncsa\config.tel mufint14
  25.  
  26. In order to establish a connection, the following steps must be followed 
  27. in order send the following sequence to the port: one ascii 02 code 
  28. (control-B), the name of the machine to connect to (or its IP address) 
  29. one character at a time, and the ascii 03 code (control-C).  A mufusion 
  30. macro can be set up to do this.
  31.  
  32.  
  33. NET14 is a product of
  34.  
  35. NCSA Software Tools Group
  36. 152 Computing Applications Bldg.
  37. 605 East Springfield Avenue
  38. Champaign, IL 61820
  39.  
  40. Send reports regarding bugs, software suggestions or comments via 
  41. electronic mail to:
  42.  
  43. pctelnet@ncsa.uiuc.edu
  44. pctelnet@ncsavmsa.bitnet
  45.